home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10980 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  898 b 

  1. Path: inforamp.net!ts28-10
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Q: How to load a DLL by name using BC++ 4.5
  5. Date: Tue, 12 Mar 96 04:13:07 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4i2tl2$nfn@sam.inforamp.net>
  8. References: <4i1fjg$rr4@news.uni-c.dk>
  9. NNTP-Posting-Host: ts28-10.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <4i1fjg$rr4@news.uni-c.dk>, i2657@dc.dk (Michael Lynggaard) wrote:
  13. >How do I load a DLL by the name of the DLL-file using BC++ 4.5
  14. >Where do I find an example doing this using OWL ?
  15.  
  16. Not many examples, but I'll try and did one up.  But you use the TModule class 
  17. to load DLLs.  I think the syntax is simply...
  18.     TModule dll(filename) 
  19. That's about the extent of all the document and examples their is.  Sorry, I 
  20. couldn't be more helpful.  I continue to look, when I think of it.
  21.  
  22. Agrivar
  23.